home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOpus Plus
/
DOpus Plus.iso
/
Tutorial
/
ARexx Tutorial
/
TuteRexx
/
DopusMatchdesktop.dopus5
< prev
next >
Wrap
Text File
|
1998-09-12
|
290b
|
13 lines
/* DopusMatchdesktop.dopus5 */
options results
address 'DOPUS.1'
dopus front
dopus matchdesktop 'SYS:Prefs'
if result = 1 then
text = 'Your Desktop path is SYS:Prefs, very strange :)'
else
text = 'Your Desktop path isn''t SYS:Prefs, good :)'
dopus request '"'text'" OK'
dopus back
exit